Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.dam.ecm.types--types

This contribution is part of XML component org.nuxeo.dam.ecm.types inside nuxeo-dam-jsf-5.8.jar

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="AssetLibrary">
          <label>AssetLibrary</label>
          <icon>/icons/assets_library.png</icon>
          <bigIcon>/icons/assets_library_100.png</bigIcon>
          <category>DAM</category>
          <description>AssetLibrary.description</description>
          <default-view>view_documents</default-view>
          <subtypes>
            <type>Folder</type>
            <type>File</type>
            <type>Picture</type>
            <type>Video</type>
            <type>Audio</type>
          </subtypes>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    AssetLibrary.description

  • <type id="File">
          <layouts mode="any">
            <layout>heading</layout>
            <layout>file</layout>
            <layout>dam_common</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>file</layout>
            <layout>dam_common</layout>
            <layout>dublincore</layout>
          </layouts>
        </type>
  • <type id="Picture">
          <layouts mode="any">
            <layout>heading</layout>
            <layout>picture</layout>
            <layout>dam_common</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>picture</layout>
            <layout>dam_common</layout>
            <layout>dublincore</layout>
          </layouts>
          <layouts mode="view">
            <layout>heading</layout>
            <layout>file</layout>
            <layout>dam_common</layout>
          </layouts>
        </type>
  • <type id="Video">
          <layouts mode="any">
            <layout>heading</layout>
            <layout>video_file</layout>
            <layout>dam_common</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>video_file</layout>
            <layout>dam_common</layout>
            <layout>dublincore</layout>
          </layouts>
          <layouts mode="view">
            <layout>heading</layout>
            <layout>file</layout>
            <layout>dam_common</layout>
          </layouts>
        </type>
  • <type id="Audio">
          <layouts mode="any">
            <layout>heading</layout>
            <layout>audio_file</layout>
            <layout>dam_common</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>audio_file</layout>
            <layout>dam_common</layout>
            <layout>dublincore</layout>
          </layouts>
          <layouts mode="view">
            <layout>heading</layout>
            <layout>file</layout>
            <layout>dam_common</layout>
          </layouts>
        </type>
  • <type id="DamSearch">
          <label>DamSearch</label>
          <icon>/icons/search.png</icon>
          <bigIcon>/icons/search_100.png</bigIcon>
          <description>DamSearch.description</description>
          <default-view>home_view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>dam_search_layout</layout>
          </layouts>
        </type>

    DamSearch.description

  • <type id="ImportRoot">
          <label>ImportRoot</label>
          <icon>/icons/assets_library.png</icon>
          <bigIcon>/icons/assets_library_100.png</bigIcon>
          <category>DAM</category>
          <description>ImportRoot.description</description>
          <default-view>view_documents</default-view>
          <subtypes>
            <type>Folder</type>
            <type>File</type>
            <type>Picture</type>
            <type>Video</type>
            <type>Audio</type>
          </subtypes>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    ImportRoot.description

  • <type id="ImportFolder">
          <label>ImportFolder</label>
          <icon>/icons/import_folder_closed.png</icon>
          <bigIcon>/icons/import_folder_closed_100.png</bigIcon>
          <icon-expanded>/icons/import_folder_open.png</icon-expanded>
          <category>DAM</category>
          <description>ImportFolder.description</description>
          <default-view>view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    ImportFolder.description

  • <type id="ImportSet">
          <label>ImportSet</label>
          <icon>/icons/import_set.png</icon>
          <bigIcon>/icons/import_set_100.png</bigIcon>
          <description>ImportSet.description</description>
          <category>DAM</category>
          <default-view>view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>dam_common</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dam_common</layout>
            <layout>dublincore</layout>
          </layouts>
          <layouts mode="dam">
            <layout>importset</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    ImportSet.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <!-- Default DAM types -->

    <type id="AssetLibrary">
      <label>AssetLibrary</label>
      <icon>/icons/assets_library.png</icon>
      <bigIcon>/icons/assets_library_100.png</bigIcon>
      <category>DAM</category>
      <description>AssetLibrary.description</description>
      <default-view>view_documents</default-view>
      <subtypes>
        <type>Folder</type>
        <type>File</type>
        <type>Picture</type>
        <type>Video</type>
        <type>Audio</type>
      </subtypes>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="File">
      <layouts mode="any">
        <layout>heading</layout>
        <layout>file</layout>
        <layout>dam_common</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>file</layout>
        <layout>dam_common</layout>
        <layout>dublincore</layout>
      </layouts>
    </type>

    <type id="Picture">
      <layouts mode="any">
        <layout>heading</layout>
        <layout>picture</layout>
        <layout>dam_common</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>picture</layout>
        <layout>dam_common</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="view">
        <layout>heading</layout>
        <layout>file</layout>
        <layout>dam_common</layout>
      </layouts>
    </type>

    <type id="Video">
      <layouts mode="any">
        <layout>heading</layout>
        <layout>video_file</layout>
        <layout>dam_common</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>video_file</layout>
        <layout>dam_common</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="view">
        <layout>heading</layout>
        <layout>file</layout>
        <layout>dam_common</layout>
      </layouts>
    </type>

    <type id="Audio">
      <layouts mode="any">
        <layout>heading</layout>
        <layout>audio_file</layout>
        <layout>dam_common</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>audio_file</layout>
        <layout>dam_common</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="view">
        <layout>heading</layout>
        <layout>file</layout>
        <layout>dam_common</layout>
      </layouts>
    </type>

    <!-- Saved search -->
    <type id="DamSearch">
      <label>DamSearch</label>
      <icon>/icons/search.png</icon>
      <bigIcon>/icons/search_100.png</bigIcon>
      <description>DamSearch.description</description>
      <default-view>home_view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>dam_search_layout</layout>
      </layouts>
    </type>

    <!--
      Keep ImportRoot, ImportFolder and ImportSet for compatibility.
      Nothing can be created inside ImportFolder and ImportSet.
      Allow creation of documents inside ImportRoot for backward compatibility
    -->

    <type id="ImportRoot">
      <label>ImportRoot</label>
      <icon>/icons/assets_library.png</icon>
      <bigIcon>/icons/assets_library_100.png</bigIcon>
      <category>DAM</category>
      <description>ImportRoot.description</description>
      <default-view>view_documents</default-view>
      <subtypes>
        <type>Folder</type>
        <type>File</type>
        <type>Picture</type>
        <type>Video</type>
        <type>Audio</type>
      </subtypes>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="ImportFolder">
      <label>ImportFolder</label>
      <icon>/icons/import_folder_closed.png</icon>
      <bigIcon>/icons/import_folder_closed_100.png</bigIcon>
      <icon-expanded>/icons/import_folder_open.png</icon-expanded>
      <category>DAM</category>
      <description>ImportFolder.description</description>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="ImportSet">
      <label>ImportSet</label>
      <icon>/icons/import_set.png</icon>
      <bigIcon>/icons/import_set_100.png</bigIcon>
      <description>ImportSet.description</description>
      <category>DAM</category>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>dam_common</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dam_common</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="dam">
        <layout>importset</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

  </extension>